export declare const logHandshakeStarted: ({ method, correlationId, isEphemeral, }: { method: string; correlationId: string | undefined; isEphemeral?: boolean; }) => void; export declare const logHandshakeError: ({ method, correlationId, errorMessage, isEphemeral, }: { method: string; correlationId: string | undefined; errorMessage: string; isEphemeral?: boolean; }) => void; export declare const logHandshakeCompleted: ({ method, correlationId, isEphemeral, }: { method: string; correlationId: string | undefined; isEphemeral?: boolean; }) => void; export declare const logRequestStarted: ({ method, correlationId, isEphemeral, }: { method: string; correlationId: string | undefined; isEphemeral?: boolean; }) => void; export declare const logRequestError: ({ method, correlationId, errorMessage, isEphemeral, }: { method: string; correlationId: string | undefined; errorMessage: string; isEphemeral?: boolean; }) => void; export declare const logRequestCompleted: ({ method, correlationId, isEphemeral, }: { method: string; correlationId: string | undefined; isEphemeral?: boolean; }) => void; //# sourceMappingURL=scw-signer.d.ts.map