export declare const kindeConfiguration: { authDomain: any; clientId: any; logoutRedirectURL: any; redirectURL: any; appBase: string; audience: any; scope: any; clientSecret: any; loginRedirectURL: any; authUsePKCE: boolean; debug: any; }; export declare const kindeAPIConfiguration: { authDomain: any; audience: string; clientId: any; clientSecret: any; framework: string; frameworkVersion: string; };