export declare const checkPlatform: () => "ios" | "android"; export declare const waitForElm: (el: HTMLStripeCardElementElement, selector: string) => Promise;