export declare namespace AutoBeRealizeAuthorizationReplaceImport {
    function replaceProviderImport(actor: string, content: string): string;
    function replaceDecoratorImport(actor: string, content: string): string;
}
