import { Statement } from '#csharp/code-dom/statements/statement';
export declare class LiteralStatement implements Statement {
    implementation: string;
    constructor(implementation: string);
}
//# sourceMappingURL=literal.d.ts.map