import { AuthConfig } from '@sasjs/utils/types';
export declare const mockAuthConfig: AuthConfig;
export declare const mockContext: {
    name: string;
    launchContext: {
        contextName: string;
    };
    launchType: string;
};
