import { TypeBuilder } from '../builder';
export declare class NullBuilder implements TypeBuilder<null> {
    type: string;
    build(): null;
}
