import { getOptions } from "./options"; import { getPaymentDevices } from "./devices"; export declare const security: { getOptions: typeof getOptions; getPaymentDevices: typeof getPaymentDevices; };