import { $TSContext } from '@aws-amplify/amplify-cli-core';
export declare const getImportedAuthProperties: (context: $TSContext) => {
    imported: boolean;
    userPoolId?: string;
    authRoleArn?: string;
    authRoleName?: string;
    unauthRoleArn?: string;
    unauthRoleName?: string;
};
//# sourceMappingURL=get-imported-auth-properties.d.ts.map