import { ListCallerAccessGrantsInput } from '../types/inputs';
import { ListCallerAccessGrantsOutput } from '../types/outputs';
/**
 * @internal
 */
export declare const listCallerAccessGrants: (input: ListCallerAccessGrantsInput) => Promise<ListCallerAccessGrantsOutput>;
