export declare type SourceNodeCode = { __create__?: string; __init__?: string; __cleanup__?: string; } & { [input: string]: string; };