export declare const generatePlaceholderHandlers: ({ entities, contract, }: {
    entities: string[];
    contract: string;
}) => string;
