export declare function assertValidSecretKey(val: unknown): asserts val is string;
export declare function assertValidPublishableKey(val: unknown): asserts val is string;
//# sourceMappingURL=optionsAssertions.d.ts.map