import { DefaultMetadataType } from './defaultMetadataType';
export declare class FlowMetadataType extends DefaultMetadataType {
    getDeprecationMessage(fullName?: string): string;
}
