import { AstStore } from "@tact-lang/compiler";
export declare function removeStdlibEntries(ast: AstStore): AstStore;
