import { IamCollectClient } from '../collect/client.js';
export interface CanWhatInput {
    principal: string;
    shrinkActionLists: boolean;
}
export declare function canWhat(collectClient: IamCollectClient, input: CanWhatInput): Promise<{
    Version: string;
    Statement: any[];
}>;
//# sourceMappingURL=canWhat.d.ts.map