import { type AdapterPayload } from 'oidc-provider'; import { type Any } from '@restorecommerce/rc-grpc-clients'; export declare const epochTime: (date?: number) => number; export declare const unmarshallProtobufAny: (msg: Any) => AdapterPayload | undefined; export declare const marshallProtobufAny: (payload: AdapterPayload) => Any; export declare const nanoid: () => string; //# sourceMappingURL=utils.d.ts.map