import { type Options } from 'prettier';
interface IMakeMessageInterfaceParams {
    packageName: string;
    messageName: string;
}
export declare function makeMessageInterface({ packageName, messageName, }: IMakeMessageInterfaceParams): string;
export declare function format(content: string, opts?: Options): Promise<string>;
export {};
