export declare const getSiweStatement: ({ appName, siweStatement, }: { appName?: string; siweStatement: string | undefined; }) => string;